From 626868c7baefe7f9eec43a4b6268c40e5ee19525 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 4 Jan 2017 14:04:09 +0100 Subject: [PATCH] combobox: Remove unused define --- gtk/gtkcombobox.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c index 84dfd9c030..4da7cbaca6 100644 --- a/gtk/gtkcombobox.c +++ b/gtk/gtkcombobox.c @@ -259,8 +259,6 @@ enum { static guint combo_box_signals[LAST_SIGNAL] = {0,}; -#define SCROLL_TIME 100 - /* common */ static void gtk_combo_box_cell_layout_init (GtkCellLayoutIface *iface); -- 2.30.2